home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / E-G / educationstacks.sea / Circuits / background_2693.txt < prev    next >
Text File  |  1989-02-26  |  3KB  |  153 lines

  1. -- background: 2693 from stack: in
  2. -- bmap block id: 3650
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 2004
  11. -- rect: left=6 top=302 right=336 bottom=45
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 20098 / 20098
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris close
  23.   go "Home"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 4 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=209 top=300 right=329 bottom=246
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 902 / 902
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Prev
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go to previous card
  43. end mouseUp
  44.  
  45.  
  46. -- part 7 (button)
  47. -- low flags: 00
  48. -- high flags: A000
  49. -- rect: left=51 top=279 right=339 bottom=131
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 1000 / 1000
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Electronic Parts
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   push card
  61.   go to Electronic Parts
  62. end mouseUp
  63.  
  64.  
  65. -- part 8 (field)
  66. -- low flags: 01
  67. -- high flags: 0002
  68. -- rect: left=334 top=26 right=44 bottom=508
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 0
  72. -- font id: 3
  73. -- text size: 12
  74. -- style flags: 256
  75. -- line height: 16
  76. -- part name: title
  77.  
  78.  
  79. -- part 9 (button)
  80. -- low flags: 00
  81. -- high flags: 2000
  82. -- rect: left=0 top=21 right=62 bottom=44
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 14767 / 14767
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: Info
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   go to card id 4643
  94. end mouseUp
  95.  
  96.  
  97.  
  98.  
  99. -- part 10 (button)
  100. -- low flags: 00
  101. -- high flags: 2000
  102. -- rect: left=262 top=300 right=329 bottom=298
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 26425 / 26425
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: Next
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   go to next card
  114. end mouseUp
  115.  
  116.  
  117. -- part 11 (button)
  118. -- low flags: 00
  119. -- high flags: 0000
  120. -- rect: left=159 top=300 right=329 bottom=197
  121. -- title width / last selected line: 0
  122. -- icon id / first selected line: 21449 / 21449
  123. -- text alignment: 1
  124. -- font id: 0
  125. -- text size: 12
  126. -- style flags: 0
  127. -- line height: 16
  128. -- part name: First
  129. ----- HyperTalk script -----
  130. on mouseUp
  131.   go to second card
  132. end mouseUp
  133.  
  134.  
  135.  
  136. -- part 12 (button)
  137. -- low flags: 00
  138. -- high flags: 0000
  139. -- rect: left=312 top=300 right=329 bottom=349
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 24830 / 24830
  142. -- text alignment: 1
  143. -- font id: 0
  144. -- text size: 12
  145. -- style flags: 0
  146. -- line height: 16
  147. -- part name: Last
  148. ----- HyperTalk script -----
  149. on mouseUp
  150.   go to last card
  151. end mouseUp
  152.  
  153.